configure: Actually disable soup-gnome if not found
authorColin Walters <walters@verbum.org>
Sun, 27 Nov 2011 23:08:18 +0000 (18:08 -0500)
committerColin Walters <walters@verbum.org>
Sun, 27 Nov 2011 23:08:18 +0000 (18:08 -0500)
configure.ac

index a72004b13acabc23af049ff0204826091417515e..a98bd5f18262222538e553fcb075c1ea71da2e21 100644 (file)
@@ -39,6 +39,7 @@ if test x$with_soup_gnome != xno; then
         AC_DEFINE([HAVE_LIBSOUP_GNOME], [1], [Define if we have libsoup-gnome])
     else
        PKG_CHECK_MODULES(OT_COREBIN_DEP, [$GIO_DEPENDENCY])
+       with_soup_gnome=no
     fi         
 else
     PKG_CHECK_MODULES(OT_COREBIN_DEP, [$GIO_DEPENDENCY])